Conversation
|
I've attached here a summary example of above, after it summarized those 3 freely available novels. Just in case it's useful to any reviewer. Obviously this stuff is stochastic. |
|
This looks good but you had some thoughts about whether to put it in the repo or not. Also, there is one system message test it fails for me:
|
|
@ndebard I had someone interested in this sort of agent. You wanted to hold off of it for now, but other than the failing test, what is needed to make this mergeable? |
|
I was going to close this. I really don't have the time to "do this right". I feel embarrassed I submitted this given how this project has grown into something more serious since the time I did :). |
This adds a new, fairly simple agent called the SummarizingAgent. It has some interesting features where it can summarize a set of documents (rather than just 1 doc) and does some neat things with chunking up the docs and summarizing in pieces, merging, etc.
Below is a sample output of running the example, which is itself explained in a
README.mdfile.